Begins edits for the object.
HRESULT BeginEdit([out,retval] long * editLevel);
BeginEdit([out,retval] long editLevel);
Sub BeginEdit(editLevel As [out,retval] long)
Parameters |
Description |
[out,retval] long * editLevel |
On return contains the new EditLevel. |
BeginEdit takes a snapshot of the current state of the object (and all its children) to support multi-level undo in the user interface. Each call to BeginEdit must have a corresponding call to CommitEdit or CancelEdit.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|